The Nmap Project maintains the reference implementation of the world’s most widely deployed network scanner, a command-line and GUI utility that combines host discovery, port enumeration, OS and service fingerprinting, scriptable vulnerability detection, and topology mapping in a single portable package. Originally created for security auditing, Nmap is now embedded in asset-inventory workflows, penetration-testing frameworks, compliance scanners, and network-documentation generators used by auditors, systems administrators, and DevSecOps teams. Its packet-crafting engine sends raw IP, TCP, UDP, SCTP, and ICMP probes to determine live hosts, open ports, running services, and operating-system details, while the integrated Nmap Scripting Engine (NSE) executes community-contributed Lua scripts that extend scans to everything from SSL-certificate validation to malware-distribution checks. Typical use cases include mapping unknown subnets during incident response, verifying firewall rule efficacy, baselining cloud VPC topologies, and scheduling nightly differential scans that feed SIEM dashboards. Output can be saved as XML, grepable text, or interactive HTML for import into visualization tools, and the companion Zenmap GUI provides a point-and-click interface for less technical operators. The same codebase ships in small-footprint binaries for Windows, macOS, Linux, and BSD, making it easy to standardize reconnaissance routines across heterogeneous environments. The Nmap Project’s software is available for free on get.nero.com, where downloads are sourced from trusted Windows package managers such as winget, always deliver the latest upstream build, and can be installed individually or batched alongside other utilities.
Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing.
Details